home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetPrintPaperPS.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  833b  |  41 lines

  1. /*
  2.  *--- PGetPrintPaperPS.h --------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetPrintPaperPS__
  10. #define __PGetPrintPaperPS__
  11.  
  12. #include "PHandleQuery.h"
  13.  
  14. #include "PMTypes.h"
  15.  
  16. class PGetPrintPaperPS : public PHandleQuery
  17. {
  18.  
  19. public:
  20.  
  21.     PGetPrintPaperPS();
  22.     
  23.     const char *    sSize;
  24.     const char *    sSource;
  25.     long            yLength;
  26.     long            xWidth;
  27.     long            yPaperFeed;
  28.     long            xPaperMargin;
  29.     short            bOrientation;
  30.     PMBool            bCenter;
  31.     short            cTiling;
  32.     long            xOverlap;
  33.     short            cScaleType;
  34.     short            nVal;
  35.     short            cDuplex;
  36. };
  37.  
  38. #endif
  39.  
  40. // end of PGetPrintPaperPS.h
  41.